update docs to reflect reality, #62810
authorJonathan Blandford <jrb@redhat.com>
Mon, 22 Oct 2001 19:08:32 +0000 (19:08 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Mon, 22 Oct 2001 19:08:32 +0000 (19:08 +0000)
Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
reflect reality, #62810

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreestore.c

index 5a8453797ca8ea947efcea22c2a2c9b7d2db21f8..4ad4aaae81b76ea4308325c7940df260f6f43f47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
+       reflect reality, #62810
+
 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
index 5a8453797ca8ea947efcea22c2a2c9b7d2db21f8..4ad4aaae81b76ea4308325c7940df260f6f43f47 100644 (file)
@@ -1,3 +1,8 @@
+Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
+       reflect reality, #62810
+
 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
index 5a8453797ca8ea947efcea22c2a2c9b7d2db21f8..4ad4aaae81b76ea4308325c7940df260f6f43f47 100644 (file)
@@ -1,3 +1,8 @@
+Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
+       reflect reality, #62810
+
 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
index 5a8453797ca8ea947efcea22c2a2c9b7d2db21f8..4ad4aaae81b76ea4308325c7940df260f6f43f47 100644 (file)
@@ -1,3 +1,8 @@
+Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
+       reflect reality, #62810
+
 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
index 5a8453797ca8ea947efcea22c2a2c9b7d2db21f8..4ad4aaae81b76ea4308325c7940df260f6f43f47 100644 (file)
@@ -1,3 +1,8 @@
+Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
+       reflect reality, #62810
+
 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
index 5a8453797ca8ea947efcea22c2a2c9b7d2db21f8..4ad4aaae81b76ea4308325c7940df260f6f43f47 100644 (file)
@@ -1,3 +1,8 @@
+Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
+       reflect reality, #62810
+
 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
index 5a8453797ca8ea947efcea22c2a2c9b7d2db21f8..4ad4aaae81b76ea4308325c7940df260f6f43f47 100644 (file)
@@ -1,3 +1,8 @@
+Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
+       reflect reality, #62810
+
 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
index f7cae640d88fbf5d4a147db6e0319dada277603a..25cc9e32db05cb3016f93cc671ec0ee5c8254d2e 100644 (file)
@@ -1316,7 +1316,7 @@ gtk_tree_store_is_ancestor (GtkTreeStore *tree_store,
  * @tree_store: A #GtkTreeStore
  * @iter: A valid #GtkTreeIter
  * 
- * Returns the depth of @iter.  This will be 0 for anything on the root level, 1
+ * Returns the depth of @iter.  This will be 1 for anything on the root level, 2
  * for anything down a level, etc.
  * 
  * Return value: The depth of @iter